home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Utilities
/
Identify
/
developer
/
include
/
proto
/
identify.h
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-01-14
|
277 b
|
17 lines
/*
** identify_protos.h
**
** (C) 1996-98 Richard Körber -- All Rights Reserved
*/
#ifndef PROTO_IDENTIFY_H
#define PROTO_IDENTIFY_H
#include <exec/types.h>
extern struct Library *IdentifyBase;
#include <clib/identify_protos.h>
#include <pragmas/identify_pragmas.h>
#endif